github.com/andybalholm/brotli/flate.huffmanBitWriter.writeTokens (method)

2 uses

	github.com/andybalholm/brotli/flate (current package)
		huffman_bit_writer.go#L417: 	w.writeTokens(matches, input, literalEncoding.codes, offsetEncoding.codes)
		huffman_bit_writer.go#L472: func (w *huffmanBitWriter) writeTokens(matches []matchfinder.Match, input []byte, leCodes, oeCodes []hcode) {